object DragForm: TDragForm Left = 448 Top = 112 BorderStyle = bsDialog Caption = 's' ClientHeight = 454 ClientWidth = 328 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 233 Height = 13 AutoSize = False Caption = 'Label1' ParentShowHint = False ShowHint = True end object Label3: TLabel Left = 8 Top = 128 Width = 233 Height = 13 AutoSize = False Caption = '&Action:' FocusControl = ComboBox1 end object Label4: TLabel Left = 8 Top = 176 Width = 233 Height = 13 AutoSize = False Caption = 'C&ompression:' FocusControl = ComboBox2 end object GroupBox1: TGroupBox Left = 8 Top = 24 Width = 233 Height = 97 TabOrder = 0 object Label2: TLabel Left = 8 Top = 16 Width = 217 Height = 13 AutoSize = False Caption = 'A&dd to archive:' FocusControl = Edit1 end object Button3: TButton Left = 32 Top = 64 Width = 75 Height = 25 Caption = '&New...' TabOrder = 1 OnClick = Button3Click end object Button4: TButton Left = 120 Top = 64 Width = 75 Height = 25 Caption = '&Open...' TabOrder = 2 OnClick = Button4Click end object Edit1: TEdit Left = 8 Top = 32 Width = 217 Height = 21 ReadOnly = True TabOrder = 0 Text = 'Edit1' OnChange = Edit1Change end end object ComboBox1: TComboBox Left = 8 Top = 144 Width = 233 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 Items.Strings = ( 'Add (and replace) files' 'Freshen existing files' 'Move files' 'Update (and add) files') end object ComboBox2: TComboBox Left = 8 Top = 192 Width = 233 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'Maximum (slowest)' 'Normal' 'Fast' 'Super fast' 'None') end object GroupBox3: TGroupBox Left = 8 Top = 224 Width = 233 Height = 121 TabOrder = 3 object CheckBox1: TCheckBox Left = 8 Top = 12 Width = 217 Height = 17 Caption = 'Save &full folder information' TabOrder = 0 end object IncSystemHidden: TCheckBox Left = 8 Top = 34 Width = 217 Height = 17 Caption = 'Include &system and hidden files' TabOrder = 1 end object CheckBox4: TCheckBox Left = 7 Top = 77 Width = 218 Height = 17 Caption = 'Make large ZIP file (over &4 GB)' TabOrder = 3 end object CheckBox3: TCheckBox Left = 7 Top = 55 Width = 218 Height = 17 Caption = 'Write &directly into ZIP ' TabOrder = 2 end object ElCheckBox1: TCheckBox Left = 7 Top = 99 Width = 218 Height = 17 Caption = 'Use Deflate&64 compression' TabOrder = 4 end end object GroupBox4: TGroupBox Left = 8 Top = 351 Width = 233 Height = 98 Caption = ' &Multiple disk s&panning ' TabOrder = 4 object Label5: TLabel Left = 9 Top = 45 Width = 87 Height = 13 Caption = 'Ma&x. Volume Size:' FocusControl = Edit971 end object Label7: TLabel Left = 196 Top = 47 Width = 31 Height = 13 Caption = 'kbytes' end object Label6: TLabel Left = 9 Top = 73 Width = 30 Height = 13 Caption = '&Mode:' FocusControl = ComboBox4 Transparent = True end object Edit971: TEdit Left = 104 Top = 42 Width = 89 Height = 21 TabOrder = 0 Text = '1440' end object Combobox3: TComboBox Left = 8 Top = 16 Width = 217 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = ComboBox3Change Items.Strings = ( 'Automatic' '1.2 MB' '1.4 MB' '2.8 MB' 'Zip 100 Disk (100 MB)' 'Zip 200 Disk (200 MB)' 'CD-ROM (650 MB)' 'CD-ROM (700 MB)' 'Custom' 'No spanning...') end object ComboBox4: TComboBox Left = 104 Top = 67 Width = 120 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'PkZip 4.5 Compatible' 'PkZip/PA 7.0 Compatible' 'PA (<=6.1x) Compatible') end end object Button1: TButton Left = 248 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 5 OnClick = Button1Click end object Button2: TButton Left = 248 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 6 OnClick = Button2Click end object HelpButt: TButton Left = 248 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpButtClick end object CorelButton1: TButton Left = 248 Top = 422 Width = 75 Height = 25 Caption = '&Password' TabOrder = 8 OnClick = CorelButton1Click end object FormStorage1: TFormStorage UseRegistry = True StoredProps.Strings = ( 'CheckBox1.Checked' 'IncSystemHidden.Checked' 'Edit971.Text' 'ElCheckBox1.Checked') StoredValues = <> Left = 40 Top = 80 end object NewBox: TAgOpenDialog ShowPlacesBar = True Left = 14 Top = 80 end end